[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  CLOSE DATABASES   Does not change current work area.

  Clipper Version  1.29 dtd 04/15/91.

  Problem Statement

  CLOSES DATABASES does not change the current work area; e.g.:

         Use File1 New
         Use File2 New
         Close Databases   // or DBCloseAll()
         ? Select()        // => 2

  which is not compatible with S '87.  A 'Use File' will open the file in
  workarea 2.

  Cause

  See Std.ch and compare to CLOSE ALL.

  Work Around(s)

  Select(0) will 'reset' work areas so that 1 will be the next open
  work area. Also Use FileName NEW will select workarea 1.


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson